ga.view.streaming.showroom
Class ShowRoomSettings
java.lang.Object
ga.view.config.AbstractSettings
ga.view.streaming.showroom.ShowRoomSettings
public class ShowRoomSettings
- extends AbstractSettings
This contains settings for a show room like materials, dimensions, type and
lighting type.
- Since:
- 12.08.2012
- Author:
- Stephan Dreyer
Methods inherited from class ga.view.config.AbstractSettings |
clear, createObject, createObject, createSimple, get, get, getBoolean, getConstructor, getFloat, getInt, getString, put, putUnique, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
BOX_WIDTH
public static final java.lang.String BOX_WIDTH
- See Also:
- Constant Field Values
BOX_HEIGHT
public static final java.lang.String BOX_HEIGHT
- See Also:
- Constant Field Values
BOX_LENGTH
public static final java.lang.String BOX_LENGTH
- See Also:
- Constant Field Values
FLOOR_MATERIAL
public static final java.lang.String FLOOR_MATERIAL
- See Also:
- Constant Field Values
CEILING_MATERIAL
public static final java.lang.String CEILING_MATERIAL
- See Also:
- Constant Field Values
WALL_MATERIAL
public static final java.lang.String WALL_MATERIAL
- See Also:
- Constant Field Values
LIGHTING_TYPE
public static final java.lang.String LIGHTING_TYPE
- See Also:
- Constant Field Values
ShowRoomSettings
public ShowRoomSettings()
getType
public ShowRoomSettings.ShowRoomType getType()
- Gets the type of the showroom.
- Returns:
- the type
- Since:
- 12.08.2012